home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / shared.dir / 00786.ls < prev    next >
Encoding:
Text File  |  1994-08-22  |  167 b   |  9 lines

  1. on mouseUp
  2.   SETSPEAKER()
  3.   if the movieRate of sprite 40 = 2 then
  4.     set the movieRate of sprite 40 to 4
  5.   else
  6.     set the movieRate of sprite 40 to 2
  7.   end if
  8. end
  9.